Package-level declarations

Types

Link copied to clipboard
@ConfigurationProperties(value = "my.properties")
open class MyProperties
Link copied to clipboard
@ConfigurationProperties(value = "my.properties")
open class MyPropertiesCtor
Link copied to clipboard
@ConfigurationProperties(value = "my.properties")
data class MyPropertiesKotlin(val name: String, val nested: Nested)
Link copied to clipboard
@ConfigurationProperties(value = "my.properties")
class MyPropertiesRecord : Record
Link copied to clipboard
open class Nested
class Nested